.alsathik-form {
    background: #f9f9f9;
    padding: 20px;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .alsathik-form h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .alsathik-form label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
  }
  .alsathik-form input,
  .alsathik-form select,
  .alsathik-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 6px;
    margin-top: 5px;
  }
  .alsathik-form button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 20px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
  }
  .alsathik-form button:hover {
    background: #0056b3;
  }
  